home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Aztec C v5.2a disk 4.adf / 204inc_i.lzh / graphics / regions.i < prev    next >
Text File  |  1991-03-14  |  648b  |  35 lines

  1.     IFND    GRAPHICS_REGIONS_I
  2. GRAPHICS_REGIONS_I    SET    1
  3. **
  4. **    $Filename: graphics/regions.i $
  5. **    $Release: 2.04 $
  6. **    $Revision: 37.0 $
  7. **    $Date: 91/01/07 $
  8. **
  9. **
  10. **
  11. **    (C) Copyright 1985,1986,1987,1988,1989 Commodore-Amiga, Inc.
  12. **        All Rights Reserved
  13. **
  14.  
  15.     IFND    EXEC_TYPES_I
  16.     include 'exec/types.i'
  17.     ENDC
  18.  
  19.    IFND  GRAPHICS_GFX_I
  20.    include  "graphics/gfx.i"
  21.    ENDC
  22.  
  23.     STRUCTURE    Region,0
  24.       STRUCT   rg_bounds,ra_SIZEOF
  25.       APTR  rg_RegionRectangle
  26.    LABEL    rg_SIZEOF
  27.  
  28.    STRUCTURE   RegionRectangle,0
  29.       APTR  rr_Next
  30.       APTR  rr_Prev
  31.       STRUCT   rr_bounds,ra_SIZEOF
  32.    LABEL    rr_SIZEOF
  33.  
  34.     ENDC    ; GRAPHICS_REGIONS_I
  35.